-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
ci(release): Switch from action-prepare-release to Craft #106005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This PR migrates from the deprecated action-prepare-release to the new Craft GitHub Actions (reusable workflow or composite action). Changes: - Migrate .github/workflows/release.yml to Craft reusable workflow - Update .craft.yml with versioning.policy: calver
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Aci
Ai Conversations
Alerts
Api
Autofix
Autopilot
Code Review
Dashboards
Dynamic Grouping
Dynamic Groups
Explorer
Grouping
Issues
Occurrences On Eap
Preprod
Projects
Releases
Replay
Replays
Search Bar
Seer
Sentry Apps
Stories
Timeseries
Toolbar
Top Issues
Tracemetrics
Uptime
Other
Bug Fixes 🐛Aci
Ai Insights
Alerts
Api
Auth
Autofix
Billing
Checkout
Code Mappings
Code Review
Codeowners
Dashboards
Escalating Forecast
Explore
Explorer
Grouping
Insights
Issues
Metrics
Preprocessing
Preprod
Security
Seer
Stories
Theme
Tracemetrics
Ui
Uptime
Other
Documentation 📚
Build / dependencies / internal 🔧Aci
Admin
Alerts
Api
Ask Seer
Auth
Autofix
Billing
Checkout
Code Review
Core
Dashboards
Discover
Dynamic Sampling
Explorer
Grouping
Insights
Issue Search
Issues
Layout
Llm Detector
Metrics
Preprod
Scraps
Seer
Seer Onboarding
Sentry Apps
Settings
Stories
Theme
Top Issues
Ui
Unmerge
Uptime
Other
Other
Plus 98 more 🤖 This preview updates automatically when you update the PR. |
The previous migration incorrectly removed the GitHub App token authentication step. This commit restores it by switching to the composite action pattern which preserves the auth flow.
|
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
Summary
This PR migrates from the deprecated
action-prepare-releaseto the new Craft GitHub Actions.Changes
.github/workflows/release.ymlto Craft reusable workflow.craft.ymlwithversioning.policy: calverDocumentation
See https://getsentry.github.io/craft/github-actions/ for more information.